Bump sphinx-tabs from 3.4.7 to 3.5.0#721
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #721 +/- ##
=======================================
Coverage 74.82% 74.82%
=======================================
Files 56 56
Lines 8096 8096
Branches 1577 1577
=======================================
Hits 6058 6058
Misses 1422 1422
Partials 616 616
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 3.4.7 to 3.5.0. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/main/CHANGELOG.md) - [Commits](executablebooks/sphinx-tabs@v3.4.7...v3.5.0) --- updated-dependencies: - dependency-name: sphinx-tabs dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b6bc80d to
9b6e807
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
sphinx-toolbox 4.1.2 requires sphinx-tabs<3.4.7, so tabs is pinned to 3.4.5 (the highest version satisfying that constraint). The sphinx<9 pin from #714 is kept: sphinx-toolbox 4.1.2 still does `from sphinx.ext.autodoc import logger`, which Sphinx 9 removed. Supersedes #700 (toolbox bump) and #721 (tabs bump to 3.5.0, which cannot coexist with the toolbox 4.1.2 constraint). Verified locally: `uv sync --extra docs` resolves cleanly and `sphinx-build -b html docs/` completes successfully. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps sphinx-tabs from 3.4.7 to 3.5.0.
Release notes
Sourced from sphinx-tabs's releases.
Changelog
Sourced from sphinx-tabs's changelog.
... (truncated)
Commits
4ee56c6Release v3.5.0eeb478fUpdate packaging command in CI505d776MAINT: adding basic build-system1af2528Finalizing changelog for v3.5.0f682229MAINT: ignoring bots for changelog40f50adMAINT: renaming the default branch to main (#219)fcb455cMAINT: dropping sphinx<7 and python<3.10 versions (#218)bb0be82Bump the actions group in /.github/workflows with 3 updates (#217)853e580MAINT: adding dependabot (#215)3bab12dMAINT: adding new python versions to testing (#216)Greptile Summary
This is a routine automated dependency bump of
sphinx-tabsfrom3.4.7to3.5.0in thedocsoptional-dependencies group. The new release adds support for Sphinx 9.1 and Docutils 0.22, and drops support for Sphinx < 7 and Python < 3.10 — neither of which affects this project since it already requires Python ≥ 3.10 and pinssphinx<9.Confidence Score: 5/5
Safe to merge — single-line docs dependency version bump with no compatibility concerns.
The change is a single-line version bump of a documentation-only dependency. The project's Python ≥ 3.10 and sphinx<9 constraints are fully compatible with sphinx-tabs 3.5.0's requirements (Python ≥ 3.10, Sphinx ≥ 7). No runtime code is affected.
No files require special attention.
Important Files Changed
Reviews (2): Last reviewed commit: "Bump sphinx-tabs from 3.4.7 to 3.5.0" | Re-trigger Greptile